projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59698c
)
(update-file-autoloads): Delete leftover variable.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 11 May 1994 04:40:25 +0000
(
04:40
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 11 May 1994 04:40:25 +0000
(
04:40
+0000)
lisp/emacs-lisp/autoload.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/autoload.el
b/lisp/emacs-lisp/autoload.el
index 634cdf662fd7eedc45d4324fb42beb6fe88bc99e..5ed050941e2a287fec76bc52c2ef816766ec91c1 100644
(file)
--- a/
lisp/emacs-lisp/autoload.el
+++ b/
lisp/emacs-lisp/autoload.el
@@
-310,8
+310,7
@@
autoloads go somewhere else.")
(if (interactive-p)
(message file " has no autoloads"))
t))))
- (generate-file-autoloads file))
- (setq done t)))
+ (generate-file-autoloads file))))
(if (interactive-p) (save-buffer))
(if (and (null existing-buffer)
(setq existing-buffer (get-file-buffer file)))